The IndexedDataTable<(Of <(<'TRow>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
BeginUpdate |
Suspends notifications while massive changes are being made to a data table.
|
|
EndUpdate |
Ends notification suspension started with BeginUpdate()()()().
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator |
Returns an enumerator that iterates through the IndexedDataTable<(Of <(<'TRow>)>)>.
|
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
Count |
Gets the number of rows in the data table.
|
|
Indexes |
The collection of indexes for this IndexedDataTable<(Of <(<'TRow>)>)>
|
|
Item |
Gets the row at the specified ordinal position.
|
|
Table |
Gets the ADO.NET DataTable object represented by this IndexedDataTable<(Of <(<'TRow>)>)>.
|